﻿CHARACTERS = {
	c:CHP ?= {
		create_character = {
			# Huy
			first_name = "Huy"
			last_name = "Chao"
			historical = yes
			ruler = yes
			age = 56
			interest_group = ig_armed_forces
			ideology = ideology_traditionalist
			traits = {
				wrathful
			}
		}

		create_character = {
			# Nark
			first_name = "Nark"
			last_name = "Chao"
			historical = yes
			heir = yes
			age = 53 # unknown age, but he was the brother of Huy
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				cautious
			}
		}
	}
}
